pandas version from python script

41

pandas version from python script -

import pandas as pd

print(pd.__version__)
# 0.22.0

Comments

Submit
0 Comments